home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / LANDER.SWF / scripts / DefineSprite_296 / frame_1 / DoAction.as
Text File  |  2006-11-29  |  150b  |  13 lines

  1. stop();
  2. onEnterFrame = function()
  3. {
  4.    if(_root.proximity < 100)
  5.    {
  6.       play();
  7.    }
  8.    else
  9.    {
  10.       gotoAndStop("start");
  11.    }
  12. };
  13.